soup-uri: Fix clang-analyzer warning by dropping dead code
authorColin Walters <walters@verbum.org>
Tue, 21 Dec 2021 19:23:12 +0000 (14:23 -0500)
committerColin Walters <walters@verbum.org>
Tue, 21 Dec 2021 20:13:56 +0000 (15:13 -0500)
commit27c14f2be63e959d486fd9d91231e493f27739ba
tree4e89911d011d24db5963a8742599cac9a1490617
parent998863e74d18ced5b2faecd1e817b8d2d24ecb5c
soup-uri: Fix clang-analyzer warning by dropping dead code

Fixes `Argument with 'nonnull' attribute passed null` by making
the code not exist at all anymore.

In upstream libsoup this code is gone too; it uses `GUri` from glib
which we probably could now too, but one thing at a time.
src/libostree/ostree-soup-uri.c